replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only check
authorKristian Rietveld <kris@gtk.org>
Sat, 20 Apr 2002 14:45:28 +0000 (14:45 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Sat, 20 Apr 2002 14:45:28 +0000 (14:45 +0000)
commit492aeef41c88b493269ceb6f85168d112485f9c0
treed9f1afe40e3b58d1b372cac23545769109de9755
parent24816820aa895c03b1c808910494cd8dd3103c7e
replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only check

Sat Apr 20 16:49:26 2002  Kristian Rietveld  <kris@gtk.org>

        * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_new): replace GDK_IS_WINDOW
        with GDK_IS_DRAWABLE in the assert, only check GDK_WINDOW_DESTROYED
        if window is a GdkWindow,
        (gdk_bitmap_create_from_data): ditto,
        (gdk_pixmap_create_from_data): ditto
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkpixmap-x11.c